Skip to main content

Get Invite Agent User Trade Info

Endpoint

GET /v4/referal/invite/agent/user/info


Parameters

NameTypeMandatoryDefaultDescriptionRanges
uidListstringYes-uid list, e.g: [6118530023996, 6118530023997]-
startTimenumberYes-start time, e.g: 20250902-
endTimenumberYes-end time, e.g: 20250905-
fromIdnumberYes-from id, e.g: 48739-
directionstringYes-query directionPREV, NEXT
limitnumberYes-query page size limit, e.g: 100-

Response Example

{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": [
{
"id": 48739, // Auto-increment primary key
"userId": 6118530023996, // User ID
"agentId": 5951540495512, // Agent ID (superior agent)
"regDate": "2024-08-07", // Registration date
"agentLevel": 1, // Agent level
"lstLoginDeviceType": "web", // Recent login device type
"registerInviteCode": "BOAHBL", // Registration invitation code
"totalAssetAmtU": 156.76358008, // Total balance of all accounts converted to U
"depositAmtU1d": 0, // Daily deposit amount
"depositAmtUCw": 0, // Natural week deposit amount
"depositAmtUCm": 0, // Natural month deposit amount
"withdrawAmtU1d": 0, // Daily withdrawal amount
"withdrawAmtUCw": 0, // Natural week withdrawal amount
"withdrawAmtUCm": 0, // Natural month withdrawal amount
"fstDepositDate": "2025-06-13", // First deposit date
"spotTradeAmtU1d": 0, // Daily spot trading amount
"spotTradeAmtUCw": 25.7656, // Natural week spot trading amount
"spotTradeAmtUCm": 25.7656, // Natural month spot trading amount
"spotTradeFeeU1d": 0, // Daily spot trading fee
"spotTradeFeeUCw": 0.0504184, // Natural week spot trading fee
"spotTradeFeeUCm": 0.0504184, // Natural month spot trading fee
"contractTradeAmtU1d": 0, // Daily contract trading amount
"contractTradeAmtUCw": 0, // Natural week contract trading amount
"contractTradeAmtUCm": 0, // Natural month contract trading amount
"contractTradeFeeU1d": 0, // Daily contract trading fee
"contractTradeFeeUCw": 0, // Natural week contract trading fee
"contractTradeFeeUCm": 0, // Natural month contract trading fee
"spotAffiliateDisburseU1d": 0, // Daily estimated spot rebate
"spotAffiliateDisburseUCw": 0.03097,// Natural week estimated spot rebate
"spotAffiliateDisburseUCm": 0.03097,// Natural month estimated spot rebate
"contractAffiliateDisburseU1d": 0, // Daily estimated contract rebate
"contractAffiliateDisburseUCw": 0, // Natural week estimated contract rebate
"contractAffiliateDisburseUCm": 0, // Natural month estimated contract rebate
"closeProfitU1d": 0, // Daily closed profit and loss
"closeProfitUCw": 0, // Natural week closed profit and loss
"closeProfitUCm": 0, // Natural month closed profit and loss
"userTradesTimes1d": "0", // User's daily transaction time span
"userTradesTimesCw": "0", // User's natural week transaction time span
"userTradesTimesCm": "0", // User's natural month transaction time span
"userTransactionHours1d": "0", // User's daily transaction hours
"userTransactionHoursCw": "0.5", // User's natural week transaction hours
"userTransactionHoursCm": "0.5", // User's natural month transaction hours
"tradesNumber1d": "0", // Daily number of trades
"tradesNumberCw": "0.3333", // Natural week number of trades
"tradesNumberCm": "0.3333", // Natural month number of trades
"contractAvgLeverage1d": "0.0", // Daily average leverage multiple
"contractAvgLeverageCw": "0.0", // Natural week average leverage multiple
"contractAvgLeverageCm": "0.0", // Natural month average leverage multiple
"bizDate": "20250902", // Business date
"adsUserAllSymbolTradeRespDTOList": [
{
"symbolId": 9605, // Symbol ID
"symbol": "fet_usdt", // Symbol name
"spotTradeAmtU1d": 0, // Daily spot trading volume
"contractTradeAmtU1d": 0, // Daily contract trading volume
"bizDate": "20250902", // Business date
"spotTradeAmtUCw": 25.7656, // Weekly spot trading volume
"spotTradeAmtUCm": 25.7656, // Monthly spot trading volume
"contractTradeAmtUCw": 0, // Weekly contract trading volume
"contractTradeAmtUCm": 0 // Monthly contract trading volume
}
]
}
]
}